home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
utils
/
unixt~3h
/
unixtkit.arc
/
man.arc
/
TSORT.MAN
< prev
next >
Wrap
Text File
|
1988-03-28
|
1KB
|
67 lines
TSORT ST-UNIX User's Manual TSORT
COMMAND
tsort - perform a topological sort
FORMAT
tsort [ file ]
DESCRIPTION
_✓T_✓s_✓o_✓r_✓t reads a list of partial ordering from the given file
(default standard input), and produces an ordered list on
standard output which is consistent with the partial order-
ing specified.
The input should be in the form of pairs of non-empty
strings, with one pair on each line. The ordering being
that the first element of the pair precedes the second.
Pairs where both elements are the same is used to indicate
its existence.
For example the input:
2 4
5 6
4 5
would produce output; 2 4 5 6.
Printed 28/March/1988 30 March 1987 1